-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circle Hough Transform improvements #1244
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rolalaro
commented
Oct 3, 2023
- Computation of the angular coverage and arc length ofthe visible part of a circle in a rectangular Region of Interest (RoI)
- Circle candidates validation policy is now based on the ratio of visible pixels divided by the theoretical visible arc length of the circle in the image
…ntained in a rectangular RoI. Missing cases where the circle is bigger than the RoI and where the circle is near a corner and thus crosses two borders
…ses where a single axis is crossed). WiP for two perpendicular axes crossing
…e of the two axes outside the RoI
…obability scheme, which is the ratio of the number of visible pixels divided by the theoretical number of visible pixels
…ons on each axis for the left case
…ch axis + top / bottom only
… top and bottom are crossed in the RoI
… left (or right) axis is crossed
…nd bottom are crossed and the third axis is touched
…top + the lateral axes are crossed once and the bottom one is not crossed in the RoI
… where the circle intersects the only the bottom and lateral side, once each
…ses corresponding to this case
…essfully tested =)
…t changes on the circle candidate validation policy
rolalaro
changed the title
Circle Hough Transform improvements
[DRAFT] Circle Hough Transform improvements
Oct 3, 2023
rolalaro
changed the title
[DRAFT] Circle Hough Transform improvements
Circle Hough Transform improvements
Oct 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.